home *** CD-ROM | disk | FTP | other *** search
- on exitFrame
- set whichside to "back"
- if (status = "about") or (status = "exitAlart") or (status = "helpMenu") or (status = "bomb") then
- if mouseDown() and not rollOver(19) then
- beepsound()
- end if
- go(the frame)
- exit
- end if
- if rollOver(2) then
- checkpackage()
- else
- puppetSprite(3, 0)
- end if
- if rollOver(20) then
- checkpopmenu()
- else
- puppetSprite(21, 0)
- end if
- end
-